qooxdoo-archive / qooxdoo-cli

(deprecated, moved into qooxdoo-compiler) qx commandline
MIT License
4 stars 5 forks source link

example is not working out of the box #85

Closed hkollmann closed 6 years ago

cboulanger commented 6 years ago

Can you explain? I have no problem with the changes, but why exactly are they necessary- just curious?

hkollmann commented 6 years ago

If you copy the example into an compile.js it will not run because of the wrong string here: console.log('I'm here');

I just corrected it to console.log("I'm here");

johnspackman commented 6 years ago

merging, thank you @hkollmann