mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
missing var
This commit is contained in:
@@ -213,7 +213,7 @@ Fiber(function () {
|
||||
versionOverride: releaseVersion,
|
||||
noMinify: true
|
||||
};
|
||||
app_dir = path.join(__dirname, 'test-runner-app');
|
||||
var app_dir = path.join(__dirname, 'test-runner-app');
|
||||
|
||||
if (new_argv.deploy) {
|
||||
var deployOptions = {
|
||||
|
||||
Reference in New Issue
Block a user