Cleanup markdown-doctest-setup.

This commit is contained in:
John-David Dalton
2016-04-29 11:57:41 -07:00
parent ef1024bb60
commit c3c6bc9666
3 changed files with 35 additions and 44 deletions

View File

@@ -13941,7 +13941,7 @@
*
* // Use the `source` property to inline compiled templates for meaningful
* // line numbers in error messages and stack traces.
* fs.writeFileSync(path.join(cwd, 'jst.js'), '\
* fs.writeFileSync(path.join(process.cwd(), 'jst.js'), '\
* var JST = {\
* "main": ' + _.template(mainText).source + '\
* };\