zhoupeng преди 1 година
родител
ревизия
3393997b06
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      editor/node_modules/anywhere/bin/anywhere

+ 1 - 0
editor/node_modules/anywhere/bin/anywhere

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