fix Bug Features CHANGELOG.ms

This commit is contained in:
Ah jung
2021-07-19 16:42:11 +08:00
parent 46dc7eb69e
commit b689fabfdd
148 changed files with 5829 additions and 4268 deletions

View File

@@ -1,9 +1,9 @@
const projectName = import.meta.env.VITE_GLOB_APP_TITLE;
export function warn(message: string) {
console.warn(`[${ projectName } warn]:${ message }`);
console.warn(`[${ projectName } warn]:${ message }`);
}
export function error(message: string) {
throw new Error(`[${ projectName } error]:${ message }`);
throw new Error(`[${ projectName } error]:${ message }`);
}