parent
26bd15ec28
commit
1515793109
|
@ -88,8 +88,8 @@ public class DirectoryCommand extends EnvironmentCommand<WhisperServerConfigurat
|
||||||
logger.warn("Directory Exception", ex);
|
logger.warn("Directory Exception", ex);
|
||||||
throw new RuntimeException(ex);
|
throw new RuntimeException(ex);
|
||||||
} finally {
|
} finally {
|
||||||
Thread.sleep(3000);
|
// Thread.sleep(3000);
|
||||||
System.exit(0);
|
// System.exit(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue