1 Star 0 Fork 0

HugoYuen/tagspaces

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run-with-args.patch 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
Index: app/main.dev.ts
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/main.dev.ts b/app/main.dev.ts
--- a/app/main.dev.ts (revision d0f660fb4378c8eb8c59c516ecd10ff161c63d67)
+++ b/app/main.dev.ts (date 1697032441057)
@@ -90,6 +90,8 @@
const devMode =
process.env.NODE_ENV === 'development' || process.env.DEBUG_PROD === 'true';
+process.argv = [...process.argv, 'C:\\Users\\Stanimir\\search_history.png'];
+
process.argv.forEach((arg, count) => {
console.log('Opening file: ' + arg);
if (
@@ -102,10 +104,10 @@
} else if (arg.toLowerCase() === '-p' || arg.toLowerCase() === '--portable') {
app.setPath('userData', process.cwd() + '/tsprofile'); // making the app portable
portableMode = true;
- } else if (testMode || devMode) {
+ } /* else if (testMode || devMode) {
// ignoring the spectron testing
arg = '';
- } else if (
+ } */ else if (
arg.endsWith('main.prod.js') ||
arg === './app/main.dev.babel.js' ||
arg === '.' ||
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hugoyuen/tagspaces.git
[email protected]:hugoyuen/tagspaces.git
hugoyuen
tagspaces
tagspaces
develop

搜索帮助