tkellogg / Jump-Location

Powershell `cd` that reads your mind
MIT License
467 stars 26 forks source link

Problem in current callback implementation #41

Closed vors closed 9 years ago

vors commented 9 years ago

The Job that updates time failed and cannot continue, so statistic is not updates anymore. Exception calling "UpdateTime" with "1" argument(s): "You can't call CloseAndUpdate multiple times"

vors commented 9 years ago

Repro: 1) open powershell_ise 2) open 2 more tabs 3) wait 30 seconds 4) run 'Get-Job -force | fl'

Expected: Job is alive

Actual: Job failed with error message Exception calling "UpdateTime" with "1" argument(s): "You can't call CloseAndUpdate multiple times"

vors commented 9 years ago

fixed in 031c36f