Skip to content

Commit

Permalink
Merge pull request #9 from ataber/master
Browse files Browse the repository at this point in the history
Remove unnecessary argument to toString.
  • Loading branch information
hughsk authored Feb 6, 2018
2 parents c4ec486 + dfd82c4 commit a9b799f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/glslify-sync-hack.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ module.exports = function (baseDir, stringInput, optionInput) {
input: JSON.stringify(glslifyInput)
}

return execFileSync(process.argv[0], [SCRIPT_PATH], options).toString(0)
return execFileSync(process.argv[0], [SCRIPT_PATH], options).toString()
}

0 comments on commit a9b799f

Please sign in to comment.