8000 The `preprocess` script fix · plotly/plotly.js@a7aa5c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7aa5c6

Browse files
committed
The preprocess script fix
1 parent 5010b80 commit a7aa5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/util/update_version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function updateVersion(pathToFile) {
1111
if(isVersionNode(node)) node.update('\'' + pkg.version + '\'');
1212
});
1313

14-
fs.writeFile(pathToFile, out, function(err) {
4E63 14+
fs.writeFile(pathToFile, out.toString(), function(err) {
1515
if(err) throw err;
1616
});
1717
});

0 commit comments

Comments
 (0)
0