Galaxy server upload issue

when i upload my running project on galaxy it’s get error. but it’s perfectly run on local environment. we use meteor 1.2.1 v . Until yesterday i didn’t face this issue when uploaded. error is given bellow :
/Users/ferdous/.meteor/packages/meteor-tool/.1.1.10.e7bmc++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/fibers/future.js:245
throw(ex);
^
TypeError: Cannot call method ‘split’ of undefined
at Object.parse (/tools/utils/parse-stack.js:18:28)
at Object.exception (/tools/utils/buildmessage.js:489:29)
at /tools/isobuild/bundler.js:889:22
at /tools/utils/buildmessage.js:356:18
at [object Object]..extend.withValue (/tools/utils/fiber-helpers.js:114:14)
at /tools/utils/buildmessage.js:349:34
at [object Object].
.extend.withValue (/tools/utils/fiber-helpers.js:114:14)
at /tools/utils/buildmessage.js:347:23
at [object Object]..extend.withValue (/tools/utils/fiber-helpers.js:114:14)
at Object.enterJob (/tools/utils/buildmessage.js:321:26)
at ClientTarget.minifyJs (/tools/isobuild/bundler.js:884:18)
at /tools/isobuild/bundler.js:529:16
at /tools/utils/buildmessage.js:356:18
at [object Object].
.extend.withValue (/tools/utils/fiber-helpers.js:114:14)
at /tools/utils/buildmessage.js:349:34
at [object Object]..extend.withValue (/tools/utils/fiber-helpers.js:114:14)
at /tools/utils/buildmessage.js:347:23
at [object Object].
.extend.withValue (/tools/utils/fiber-helpers.js:114:14)
at Object.enterJob (/tools/utils/buildmessage.js:321:26)
at ClientTarget.make (/tools/isobuild/bundler.js:491:18)
at /tools/isobuild/bundler.js:2143:14
at /tools/isobuild/bundler.js:2232:20
at Array.forEach (native)
at Function..each..forEach (/Users/ferdous/.meteor/packages/meteor-tool/.1.1.10.e7bmc++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:79:11)
at /tools/isobuild/bundler.js:2231:7
at /tools/utils/buildmessage.js:268:13
at [object Object]..extend.withValue (/tools/utils/fiber-helpers.js:114:14)
at /tools/utils/buildmessage.js:261:29
at [object Object].
.extend.withValue (/tools/utils/fiber-helpers.js:114:14)
at /tools/utils/buildmessage.js:259:18
at [object Object]..extend.withValue (/tools/utils/fiber-helpers.js:114:14)
at /tools/utils/buildmessage.js:250:23
at [object Object].
.extend.withValue (/tools/utils/fiber-helpers.js:114:14)
at Object.capture (/tools/utils/buildmessage.js:249:19)
at Object.exports.bundle (/tools/isobuild/bundler.js:2128:31)
at Object.bundleAndDeploy (/tools/meteor-services/deploy.js:402:32)
at Command.main.registerCommand.name [as func] (/tools/cli/commands.js:1298:29)
at /tools/cli/main.js:1378:23

I think this should be filed as an issue on meteor/meteor.