File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
frontend_server_common/lib/src Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -132,12 +132,9 @@ class WebDevFS {
132
132
File get requireJS => fileSystem.file (sdkLayout.requireJsPath);
133
133
File get dartSdkWeak => fileSystem.file (sdkLayout.weakJsPath);
134
134
File get dartSdk => fileSystem.file (sdkLayout.soundJsPath);
135
- File get dartSdkSourcemapWeak =>
136
- fileSystem.file (sdkLayout.weakJsMapPath);
137
- File get dartSdkSourcemap =>
138
- fileSystem.file (sdkLayout.soundJsMapPath);
139
- File get stackTraceMapper =>
140
- fileSystem.file (sdkLayout.stackTraceMapperPath);
135
+ File get dartSdkSourcemapWeak => fileSystem.file (sdkLayout.weakJsMapPath);
136
+ File get dartSdkSourcemap => fileSystem.file (sdkLayout.soundJsMapPath);
137
+ File get stackTraceMapper => fileSystem.file (sdkLayout.stackTraceMapperPath);
141
138
}
142
139
143
140
class UpdateFSReport {
You can’t perform that action at this time.
0 commit comments