Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Warning does not overwrite full line #789

Open
rad-pat opened this issue Jan 15, 2021 · 0 comments
Open

Warning does not overwrite full line #789

rad-pat opened this issue Jan 15, 2021 · 0 comments

Comments

@rad-pat
Copy link
Contributor

rad-pat commented Jan 15, 2021

Minor thing and I should probably get rid of my warnings, but it looks like when I change one file and recompile, the message that it was compiling the changed file does not get fully overwritten by the warning output so the message can look a little strange sometimes. See below the difference between output for full compile and then compile after changing the one file, extra text included on the last line. Version 1.0.0-beta-20210111-1639 of compiler

(base) plaid@ubuntu:~/www/PlaidClient/plaid (master)$ qx compile --clean
(node:22389) ExperimentalWarning: The fs.promises API is experimental
plaid.io.Stomp: [66,22] warning: Unresolved use of symbol Stomp.client
plaid.ui.form.AceField: [202,29] warning: Unresolved use of symbol ace.require
(base) plaid@ubuntu:~/www/PlaidClient/plaid (master)$ qx compile
(node:22574) ExperimentalWarning: The fs.promises API is experimental
plaid.io.Stomp: [66,22] warning: Unresolved use of symbol Stomp.client
plaid.ui.form.AceField: [202,29] warning: Unresolved use of symbol ace.requirerconfig.Dimension
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant