fix(device): use tmp path to run setup-rules.sh (#523)
This commit is contained in:
committed by
László Monda
parent
8bb9f7f839
commit
500ccc296b
@@ -88,7 +88,7 @@ export class DeviceEffects {
|
||||
return [
|
||||
<any>new ShowNotificationAction({
|
||||
type: NotificationType.Error,
|
||||
message: response.error.message
|
||||
message: response.error.message || response.error
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user