Skip to content

Commit

Permalink
update last dill location
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Nov 17, 2023
1 parent 953d479 commit c139ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/dart_services/lib/src/compiler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class Compiler {
'-s',
_projectTemplates.summaryFilePath,
'-s',
'${_sdk.flutterWebSdkPath}/flutter_ddc_sdk_sound.dill',
'${_sdk.flutterWebSdkPath}/ddc_outline_sound.dill',
],
...['-o', path.join(temp.path, '$kMainDart.js')],
...['--module-name', 'dartpad_main'],
Expand Down

0 comments on commit c139ff2

Please sign in to comment.