디버그
This commit is contained in:
parent
57fc311729
commit
c26e0c8de8
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ class SchedulerManager {
|
|||
|
||||
for (var process in processes) {
|
||||
var processName = process.name;
|
||||
if (!isDebug) {
|
||||
if (isDebug) {
|
||||
if (processName.contains('main.dart scheduler -s')) {
|
||||
_currentScheduler = process;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue