No Errors reported in IC Tab

Issue #1731 resolved
Justin Julicher created an issue

I’m pushing to a scratch org and getting this in the webstorm log:

2020-10-14 10:42:55,957 [93138903]   INFO - .IlluminatedCloudExceptionUtil - Push details:
{
  "successes": [],
  "failures": [
    "MissingContentOrMetadataFile - Expected file at path: C:\\Users\\justinj\\Workspace\\QIC_Utils\\force-app\\utils\\test\\classes\\TimesTest.cls-meta.xml"
  ],
  "numSuccesses": 0,
  "numFailures": 1
} 

But my IC tab says nothing and neither does the Event Log:

Any ideas?

Comments (3)

  1. Scott Wells repo owner

    That looks like something that IC should have reported minimally to the Messages view. Do you not see anything there? You will only see something in the Problems view if IC can resolve the provided path to a physical file, and based on this error message it doesn't seem that the referenced file exists.

    Note that you should be using the Messages view and not the Event Log for this type of info because the latter actually truncates larger messages whereas the former does not.

  2. Justin Julicher reporter

    Ahha! Yes! I’ve been used to seeing stuff in Event log or IC tab that I didn’t really even know that there were other messages reported in the Messages tab.

  3. Log in to comment