Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Resolve linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aleitner committed Oct 12, 2016
1 parent b3a2cf4 commit ccf5c39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ var main = new Vue({
var fslogger;

try {
fslogger = new FsLogger(appSettings.logFolder, 'StorjDrive-' + tab.shortId);
fslogger = new FsLogger(
appSettings.logFolder, 'StorjDrive-' + tab.shortId
);
} catch (err) {
tab.wasRunning = false;
return window.alert(err.message);
Expand Down

0 comments on commit ccf5c39

Please sign in to comment.