Skip to content
This repository was archived by the owner on Apr 11, 2020. It is now read-only.

[Task Runner] Flush output before terminating #304

Open
MartinJohns opened this issue Nov 24, 2015 · 2 comments
Open

[Task Runner] Flush output before terminating #304

MartinJohns opened this issue Nov 24, 2015 · 2 comments

Comments

@MartinJohns
Copy link

MartinJohns commented Nov 24, 2015

This is something tiny and trivial, but irritates me whenever I see it.

Given an empty test gulp file:

/// <binding Clean='default' />

var gulp = require('gulp');

gulp.task('default', function (cb) {
    console.log('default');
    setTimeout(cb, 1000);
});

The output is the following:

> cmd.exe /c gulp -b "C:\Git\Snowbird\src\Snowbird" --color --gulpfile "C:\Git\Snowbird\src\Snowbird\Gulpfile.js" default
[14:54:21] Using gulpfile C:\Git\Snowbird\src\Snowbird\Gulpfile.js
[14:54:21] Starting 'default'...
default
Process terminated with code 0.
[14:54:22] Finished 'default' after 1 s

Could you please make it so the Process terminated with code 0. message comes last?

@sayedihashimi
Copy link
Contributor

Let's see what @madskristensen and his team thinks on this.

TFS: 167863

@webtools-bot
Copy link

The GitHub Issue Tracker for the aspnet/Tooling repo is being deprecated in favor of Visual Studio's Report a Problem tool.

If this issue is still a problem with the RTW release of Visual Studio 2017, please report a new issue using the Report a Problem tool. While you can still use .NET Core and ASP.NET Preview tools with Visual Studio 2015, Visual Studio 2017 is now the officially supported tool for developing .NET Core and ASP.NET Core projects.

By using the Report a Problem tool (available in both VS 2017 and VS 2015), you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks. See Visual Studio's Talk to Us page for more details.

Please use the discussion topic here for feedback and questions on the deprecation of this issue tracker. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants