We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31d29ae + b95f0a3 commit 8c92a7fCopy full SHA for 8c92a7f
bom
@@ -0,0 +1 @@
1
+
build_chrome.bat
@@ -2,7 +2,8 @@
2
3
echo "Building $FILEPATH ..."
4
5
-echo var retire = (function(){ > chrome\js\retire.js
+copy bom chrome\js\retire.js
6
+echo var retire = (function(){ >> chrome\js\retire.js
7
type node\lib\retire.js >> chrome\js\retire.js
8
echo return exports; })(); >> chrome\js\retire.js
9
0 commit comments