Shun Miyazawa 2 年之前
父節點
當前提交
7bdd75af6e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/core/src/utils/should-create-wip-page.ts

+ 1 - 1
packages/core/src/utils/should-create-wip-page.ts

@@ -2,7 +2,7 @@ import { checkTemplatePath } from './template-checker';
 
 /**
  * Returns Whether to create pages with the wip flag
- * @param {string} path
+ * @param {string|undefined} path
  * @returns {boolean}
  */
 export const shouldCreateWipPage = (path?: string): boolean => {