fix(device): use tmp path to run setup-rules.sh (#523)

This commit is contained in:
Róbert Kiss
2017-12-22 19:58:54 +01:00
committed by László Monda
parent 8bb9f7f839
commit 500ccc296b
2 changed files with 15 additions and 6 deletions

View File

@@ -88,7 +88,7 @@ export class DeviceEffects {
return [
<any>new ShowNotificationAction({
type: NotificationType.Error,
message: response.error.message
message: response.error.message || response.error
})
];
});