Skip to content

Commit

Permalink
fixed another erro
Browse files Browse the repository at this point in the history
  • Loading branch information
mana vortex committed May 23, 2024
1 parent e9ddfcf commit 2c6c893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scripts/Wolvenkit_FileValidation.wscript
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let isUsingSubstitution = false;
* ----------------
* ================
*/
const PLACEHOLDER_NAME_REGEX = /^[-=_]+.*[-=_]+$/;
export const PLACEHOLDER_NAME_REGEX = /^[-=_]+.*[-=_]+$/;

/** Warn about self-referencing resources */
export let pathToCurrentFile = '';
Expand Down
2 changes: 1 addition & 1 deletion Scripts/hook_global.wscript
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {hasUppercasePaths, isDataChangedForWriting} from "Wolvenkit_FileValidati
* If this is set to "true" and file validation runs into any errors, then YOUR FILES WILL NO LONGER SAVE.
* ONLY ENABLE THIS IF YOU KNOW WHAT YOU'RE DOING!
*/
const isWolvenkitDeveloper = true;
const isWolvenkitDeveloper = false;

const README_URL = 'https://wiki.redmodding.org/wolvenkit/wolvenkit-app/file-validation';

Expand Down

0 comments on commit 2c6c893

Please sign in to comment.