Shun Miyazawa 2 năm trước cách đây
mục cha
commit
7bdd75af6e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 => {