eslint 8.57 WIP:
* tweaking rules * fixing issues
This commit is contained in:
@ -48,7 +48,8 @@ export async function diagProsody (test: string, options: RegisterServerOptions)
|
||||
if (process.arch !== 'x64' && process.arch !== 'x86_64' && process.arch !== 'arm64') {
|
||||
result.messages.push({
|
||||
level: 'error',
|
||||
message: 'Error: your CPU is a ' +
|
||||
message:
|
||||
'Error: your CPU is a ' +
|
||||
process.arch + ', ' +
|
||||
'which is not compatible with the plugin. ' +
|
||||
'Please read the plugin installation documentation for a workaround.'
|
||||
|
Reference in New Issue
Block a user