瀏覽代碼

notes for elevated todos

pull/4/head
pb 3 年之前
父節點
當前提交
ae8cd822fc
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      index.js

+ 3
- 0
index.js 查看文件

@@ -36,6 +36,9 @@ var defaultRepoServer = reposervers[0]
var currentGitAuthUser ; // nodeShellExec('git', ['config', 'user.email']) ... PB : TODO-- get the current gittea username
var defaultRepoOwner = 'chess';

// PB : TODO -- If we are run from an elevated shell it never moves forward and simply exits.
// -- Currently workaround is to always run from a non-elevated shell.

// Serialize a set of functions that will execute to return a promises one after the other.
// Will stop when any one fails unless continueOnFailure is true.
// All tasks in iterables can be functions or promises.

Loading…
取消
儲存