瀏覽代碼

打开编辑器

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');
   }
 });