Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: pkg/dartino_compiler/lib/src/verbs/infrastructure.dart

Issue 1987673002: Initial Implementation of the vm-service protocol (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Keep track of terminated state Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/dartino_compiler/lib/src/verbs/infrastructure.dart
diff --git a/pkg/dartino_compiler/lib/src/verbs/infrastructure.dart b/pkg/dartino_compiler/lib/src/verbs/infrastructure.dart
index 46fe2a80c79350d9e08bc02bfea04df714a8b996..79c0c619c33d9ae351b54dd897116b6f13afd835 100644
--- a/pkg/dartino_compiler/lib/src/verbs/infrastructure.dart
+++ b/pkg/dartino_compiler/lib/src/verbs/infrastructure.dart
@@ -401,7 +401,7 @@ AnalyzedSentence analyzeSentence(Sentence sentence, Options options) {
Uri targetUri;
if (target is NamedTarget) {
targetName = target.name;
- if (target.kind == TargetKind.FILE) {
+ if (target.kind == TargetKind.FILE || target.kind == TargetKind.SERVE) {
targetUri = fileUri(targetName, base);
}
}
« no previous file with comments | « pkg/dartino_compiler/lib/src/verbs/debug_verb.dart ('k') | pkg/dartino_compiler/lib/src/worker/developer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698