From 40e69f932d217d01ec6187ee61a8429d6c5c55ba Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 15 Feb 2018 23:22:02 -0800 Subject: [PATCH] add semi --- bin/download-node-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/download-node-tests.js b/bin/download-node-tests.js index 903d0a9..48c11e9 100755 --- a/bin/download-node-tests.js +++ b/bin/download-node-tests.js @@ -72,7 +72,7 @@ function testfixer (filename) { } // make `require('../common')` work - line = line.replace(/require\('\.\.\/common'\);/g, 'require(\'./common\')') + line = line.replace(/require\('\.\.\/common'\);/g, 'require(\'./common\');') // require browser buffer line = line.replace(/(.*)require\('buffer'\)(.*)/g, '$1require(\'../../\')$2') -- 2.34.1