We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
weibodeiMac:nodebb weibo$ dart tool/build.dart Unhandled exception: ‘file:///Users/weibo/data/source/flutter/nodebb/tool/build.dart’: malformed type: line 14 pos 9: cannot resolve class ‘BuildAction’ from '::' new BuildAction( ^
#0 _TypeError._throwNew (dart:core-patch/dart:core/errors_patch.dart:84) #1 main (file:///Users/weibo/data/source/flutter/nodebb/tool/build.dart:14:9) #2 _startIsolate. (dart:isolate-patch/dart:isolate/isolate_patch.dart:277) #3 _RawReceivePortImpl._handleMessage (dart:isolate-patch/dart:isolate/isolate_patch.dart:165)
我运行 dart tool/build.dart 报错,找不到BuildAction
The text was updated successfully, but these errors were encountered:
No branches or pull requests
weibodeiMac:nodebb weibo$ dart tool/build.dart
Unhandled exception:
‘file:///Users/weibo/data/source/flutter/nodebb/tool/build.dart’: malformed type: line 14 pos 9: cannot resolve class ‘BuildAction’ from '::'
new BuildAction(
^
#0 _TypeError._throwNew (dart:core-patch/dart:core/errors_patch.dart:84)
#1 main (file:///Users/weibo/data/source/flutter/nodebb/tool/build.dart:14:9)
#2 _startIsolate. (dart:isolate-patch/dart:isolate/isolate_patch.dart:277)
#3 _RawReceivePortImpl._handleMessage (dart:isolate-patch/dart:isolate/isolate_patch.dart:165)
我运行 dart tool/build.dart 报错,找不到BuildAction
The text was updated successfully, but these errors were encountered: