mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore: use console.warn instead of debug
This commit is contained in:
parent
ceb9b92a7d
commit
2d4f06b72c
@ -57,7 +57,7 @@ export class SettingsStatic {
|
||||
|
||||
switch (fileType) {
|
||||
case FileType.json: {
|
||||
debug('settings.json is deprecated, please use a yaml file based on resources/default-settings.yaml')
|
||||
console.warn('settings.json is deprecated, please use a yaml file based on resources/default-settings.yaml')
|
||||
return this.loadAndParseJsonFile(path)
|
||||
}
|
||||
case FileType.yaml: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user