|
@@ -9,7 +9,7 @@ class Main {
|
|
|
try {
|
|
|
new sys.net.Socket().connect(new sys.net.Host("127.0.0.1"), 9999);
|
|
|
} catch(e:String) {
|
|
|
- haxe.macro.Context.error(e, (macro {}).pos);
|
|
|
+ haxe.macro.Context.error('connection error', (macro {}).pos);
|
|
|
}
|
|
|
return macro {}
|
|
|
}
|