aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/jscomp.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/jscomp.sml')
-rw-r--r--src/jscomp.sml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jscomp.sml b/src/jscomp.sml
index 1e11fa32..d774cd74 100644
--- a/src/jscomp.sml
+++ b/src/jscomp.sml
@@ -1173,9 +1173,9 @@ fun process file =
| EJavaScript (m, e') =>
(foundJavaScript := true;
jsExp m outer (e', st)
- handle CantEmbed t => ((*ErrorMsg.errorAt loc "Unable to embed type in JavaScript";*)
- Print.preface ("Can't embed type in JavaScript",
- MonoPrint.p_typ MonoEnv.empty t);
+ handle CantEmbed t => ((*ErrorMsg.errorAt loc "Unable to embed type in JavaScript";
+ Print.preface ("Type",
+ MonoPrint.p_typ MonoEnv.empty t);*)
(e, st)))
| ESignalReturn e =>