@@ -158,6 +158,7 @@ http.createServer(app).listen(port, function () {
console.log("Running at " + url);
if (!argv.silent) {
openURL(url);
+ openURL(url+'?editor');
}
});