Skip to content

Commit add5e56

Browse files
committed
fix cli ast bug
1 parent 9aa1947 commit add5e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shift.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var applyAction = function(file) {
6767
vm.runInThisContext(output);
6868
return;
6969
}
70-
return fs.writeFileAsync(newFile, output)
70+
return fs.writeFileAsync(newFile, JSON.stringify(output, null, 2))
7171
.then(function (err) {
7272
console.log(newFile + ' saved.')
7373
return file;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy