{
	"name": "FireIde.API.Run.Current.Stderr",
	"Web.Endpoint": "GET /run/current/stderr",
	"Web.Response.Protocol": "Web.Protocols.Send",
	"json": {
		"@scopeSet(spawned)": {
			"@FireIde.Core.ChildProcess.Spawned.Last": null
		},
		"@if(spawned)": {
			"@Web.Response.SendFile": {
				"@get(spawned.stderrPath)": null
			}
		},
		"@unless(spawned)": {
			"@Web.Response.Status": 404,
			"@Web.Response.Send": "The application is not running"
		}
	}
}