使用https://dartpad.dartlang.org
以下是CONSOLE中的Script error.
吗?
import 'dart:io';
main() {
sleep(const Duration(seconds:1));
}
答案 0 :(得分:0)
我试过了:
无法重现此问题,但dartpad会抛出错误,是的。
std::vector
结果:
import 'dart:io';
main() {
sleep(const Duration(seconds:1));
print('This will be logged to the console in the browser.');
}
DartPad上的错误看起来像睡眠中的错误:
$dart main.dart
This will be logged to the console in the browser.
然而,以这种方式使用睡眠不会破坏DartPad。
wrapException
_ProcessUtils__sleep
main
<anonymous>
<anonymous>
<anonymous>
<anonymous>
replaceJavaScript
messageHandler/<