mozilla-jetpack / jpm

Jetpack Manager for Node.js
https://www.npmjs.org/package/jpm
Mozilla Public License 2.0
164 stars 75 forks source link

"undefined" written three times when launching an add-on using jpm #300

Open carlin-q-scott opened 9 years ago

carlin-q-scott commented 9 years ago

I get this in my console window when running my add-on:

jpm run JPM undefined Starting jpm run on Media Keys Creating XPI JPM undefined XPI created at C:\Users\Carlin\AppData\Local\Temp\jid@jetpack-0.5.0.xpi (276ms) Created XPI at C:\Users\Carlin\AppData\Local\Temp\jid@jetpack-0.5.0.xpi JPM undefined Creating a new profile

johannhof commented 9 years ago

Should be fixed by https://github.com/mozilla/jpm/commit/5d57e559acb006bbf514185f2a6d7a7e7a432434. What version are you using?

carlin-q-scott commented 9 years ago

I'm using 1.0.0 which I installed via NPM yesterday.

guyzmuch commented 9 years ago

Actually, it has been fixed by the said commit. But not deploy to a new version yet. Release of the latest jpm@1.0.0 > 31st of March Pull request of the fix > 29th of April

This is why it is still not fixed when using the module.

carlin-q-scott commented 9 years ago

Ah well. At least it's fixed somewhere.