mirror of
https://github.com/danog/telerpc.git
synced 2024-11-30 04:38:57 +01:00
Fix
This commit is contained in:
parent
31e04de4da
commit
6d6b07a900
@ -209,7 +209,7 @@ final class Main
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!isset(self::GLOBAL_CODES[$err])) {
|
if (!isset(self::GLOBAL_CODES[$err])) {
|
||||||
throw new AssertionError("Missing code for $err!");
|
echo("Missing code for $err!\n");
|
||||||
}
|
}
|
||||||
$r[self::GLOBAL_CODES[$err]][$err] = [];
|
$r[self::GLOBAL_CODES[$err]][$err] = [];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user