SystemIOMachine: Toast default error instead of empty string (#6898)
pierremtb/issue6820-add-error-instead-of-empty-string
This commit is contained in:
@ -191,7 +191,7 @@ export const systemIOMachine = setup({
|
||||
('error' in event &&
|
||||
event.error instanceof Error &&
|
||||
event.error.message) ||
|
||||
''
|
||||
'Unknown error in SystemIOMachine'
|
||||
)
|
||||
},
|
||||
[SystemIOMachineActions.setReadWriteProjectDirectory]: assign({
|
||||
|
||||
Reference in New Issue
Block a user